socketio
Toggle table of contents
iosArm64
Platform filter
iosArm64
Switch theme
Search in API
socketio
socketio
/
dev.adven.sockit.api
/
[iosArm64]ConnectionState
Connection
State
iosArm64
sealed
interface
ConnectionState
Inheritors
Disconnected
Connecting
Connected
Reconnecting
Failed
Members
Types
Connected
Link copied to clipboard
iosArm64
data
object
Connected
:
ConnectionState
Connecting
Link copied to clipboard
iosArm64
data
object
Connecting
:
ConnectionState
Disconnected
Link copied to clipboard
iosArm64
data
object
Disconnected
:
ConnectionState
Failed
Link copied to clipboard
iosArm64
data
class
Failed
(
val
error
:
SocketError
)
:
ConnectionState
Reconnecting
Link copied to clipboard
iosArm64
data
class
Reconnecting
(
val
attempt
:
Int
)
:
ConnectionState